home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / lod_0514.zip / INSTALL.EXE / README.API < prev    next >
Text File  |  1996-05-14  |  2KB  |  47 lines

  1.  
  2.         ╔══════════════════════════════════════════════════════════════╗
  3.         ║        LORABBS PROFESSIONAL EDITION - VERSION 2.99.34        ║
  4.         ╚══════════════════════════════════════════════════════════════╝
  5.  
  6.         Preliminary Documentation
  7.         Version 2.99.34
  8.  
  9.         Coyright (c) 1996-97 by Marco Maccaferri. All rights reserved.
  10.  
  11.  
  12.         ╔══════════════════════════════════════════════════════════════╗
  13.         ║ DISCLAIMER                                                   ║
  14.         ╚══════════════════════════════════════════════════════════════╝
  15.  
  16.         THE INFORMATIONS PROVIDED HERE ARE SUBJECT TO CHANGES WITHOUT
  17.         NOTICE. THE AUTHOR MAKES NO WARRANTY, IMPLIED OR EXPRESSED,
  18.         ABOUT THE UP TO DATE STATUS OF THESE INFORMATIONS. THE AUTHOR
  19.         MAY NOT BE LIABLE FOR THE DAMAGE, OR ANY OTHER SIDE EFFECT ON
  20.         YOUR PROGRAMS, DERIVED BY THE USE OF THESE INFORMATIONS.
  21.  
  22.  
  23.         ╔══════════════════════════════════════════════════════════════╗
  24.         ║ FILE STRUCTURES                                              ║
  25.         ╚══════════════════════════════════════════════════════════════╝
  26.  
  27.         This package contains the file structures used by the current
  28.         version of LoraBBS. You should have found the following files:
  29.  
  30.         _ldefs.h     This is the generic header file that should be
  31.                      always included in your programs. Based on the
  32.                      compiler and environment you are using, it includes
  33.                      the compiler's header files and define some
  34.                      constants and typdefs.
  35.  
  36.         struc299.h   This is the header with the definitions of the file
  37.                      structures used by Lora. Use this file only if you
  38.                      want to directly manipulate the data files.
  39.  
  40.         linux.cpp    This file contains some functions that are needed
  41.                      to bridge the gap between a DOS/OS/2/Windows
  42.                      compiler and a Linux compiler. Use this file only
  43.                      if you need to port an application to the Linux
  44.                      environment.
  45.  
  46.  
  47.